home *** CD-ROM | disk | FTP | other *** search
- Path: knoware.nl!usenet
- From: koos_pol@compuware.com (Koos Pol)
- Newsgroups: comp.lang.rexx
- Subject: Re: ftp script
- Date: 16 Apr 1996 10:21:37 GMT
- Organization: Compuware Europe, Amsterdam
- Distribution: inet
- Message-ID: <4kvsbi$cuj@news.knoware.nl>
- References: <DpxxG9.263@solair1.inter.NL.net>
- Reply-To: koos_pol@compuware.com (Koos Pol)
- NNTP-Posting-Host: willow.uniface.nl
- X-Newsreader: IBM NewsReader/2 v1.02
-
- In <DpxxG9.263@solair1.inter.NL.net>, jwit00@solair1.inter.NL.net (J. de Wit) writes:
- >Hello,
- >
- >We haven a rexx script from which a ftp session is activated to another
- >system. It looks likes this :
- >user
- >put myfile
- >quit
- >
- >On the other system the account has no password or is empty. Still rexx is prompting for a password. So the script can't be executed from batch.
- >What we want is rexx preventing from asking for a password, by example if it is possible to add a ctrl enter after the user has been entered ??
- >
- >Thanks in advance...
-
-
- Put this line into the \MPTN\ETC\NETRC file. Here you configure users and passwords for any host:
- machine <hostname> login <loginid> password <password>
-
- Koos
- -----------------------------------------------------------------
- S.C. Pol Phone: +31 20 3116122
- PC Systems Administrator Fax : +31 20 3116133
- Compuware Europe email: koos_pol@compuware.com
- Amsterdam
- The Netherlands "Please DO disturb. I was working!"
- -----------------------------------------------------------------
-
-